IniOpen Interface

public interface IniOpen

Module Procedures

private subroutine IniOpenFileName(fileName, iniDB)

open and read a ini file

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: fileName
type(IniList), intent(out) :: iniDB

private subroutine IniOpenFileUnit(fileUnit, iniDB)

read a ini file already open

Arguments

Type IntentOptional Attributes Name
integer(kind=short), intent(in) :: fileUnit
type(IniList), intent(out) :: iniDB